home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / windows / boyer04.zip / DEMO.RC < prev    next >
Text File  |  1994-04-05  |  306b  |  15 lines

  1. #include "demo.h"
  2.  
  3. Demo MENU
  4.      {
  5.      POPUP "&Action"
  6.           {
  7.           MENUITEM "&Go",                    IDM_GO
  8.           MENUITEM "E&xit",                  IDM_EXIT
  9.           }
  10.      POPUP "&Help"
  11.           {
  12.           MENUITEM "&About FindDemo...",     IDM_ABOUT
  13.           }
  14.      }
  15.